home *** CD-ROM | disk | FTP | other *** search
/ The Ultimate Frank Lloyd…ght - America's Architect / Ultimate Frank Lloyd Wright, The - America's Architect (1994)(Microsoft Home).iso / pre / flw / flwlt19.dir / 00035_Script_35 < prev    next >
Text File  |  1994-11-15  |  362b  |  18 lines

  1. global nowFrame, inFrame,ltQT
  2.  
  3. set nowFrame = "ltuso939009°°°"
  4. if nowFrame <> inFrame then
  5.   set the movieRate of sprite 15 to 1
  6.   when mouseUp then nothing
  7.   cursor -1
  8.   set the castNum of sprite 23 to 1048
  9.   set inFrame = nowFrame
  10.   set ltQT = TRUE
  11. end if
  12.  
  13. if the movieRate of sprite 15 = 0 then
  14.   go to (the frame + 1)
  15. end if
  16.  
  17. play the frame
  18.